home *** CD-ROM | disk | FTP | other *** search
- cdb - Ironwood Software
-
- KEYWORDS: library, language, debugger, Languages, Debuggers & Libraries , 408
-
- C Debugger
-
- cdb is a screen-oriented, source-level debugger for C programs. It provides a
- rich set of tools for the professional programmer. Even on dumb terminals it
- has an easy-to-use display with a command window and a source window showing
- the program source as you step through the execution
-
- You can, for example, set a breakpoint for the common exit point from a
- procedure, or set an uplevel breakpoint at the return point to a calling
- procedure. cdb allows you to suspend and then activate breakpoints, either
- individually or as a group. cdb has conditional breakpoints which can silently
- test for an error condition and stop only when the condition occurs
-
- cdb knows about data types and C expressions. You can use the full range of C
- expressions, including type casts. cdb also has assertions, signal handling,
- and full C macro capability.
-
- Ironwood Software
- Tel: (408) 727-9942
- Toll free: (800) 552-9422
-